1,920 records

1,920 records

Active filters Clear all

No active filters

Filters

Year

Fire Department Calls 2020

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Battalion #
               

No description available for this field.

Name (identifier)
battalion
Type
text
Sample
2nd Battalion
# Calls
               

No description available for this field.

Name (identifier)
calls
Type
integer
Sample
6
# Units Responded
               

No description available for this field.

Name (identifier)
units_responded
Type
integer
Sample
21
Call Type
               

No description available for this field.

Name (identifier)
call_type
Type
text
Sample
HazMat
Category Type
               

No description available for this field.

Name (identifier)
category_type
Type
text
Sample
HazMat
Week
               

No description available for this field.

Name (identifier)
week
Type
integer
Sample
1
Year
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
2020
Week Number
               

No description available for this field.

Name (identifier)
week_number
Type
text
Sample
Week  1
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
2020-01-01

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fire-department-calls-2020",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fire-department-calls-2020"
      }
    ]
    ,
  • "definitions":
    {
    • "fire-department-calls-2020":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fire-department-calls-2020_records"
            }
          }
        }
      }
      ,
    • "fire-department-calls-2020_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "battalion":
              {
              • "type":"string",
              • "title":"Battalion #",
              • "description":""
              }
              ,
            • "calls":
              {
              • "type":"integer",
              • "title":"# Calls",
              • "description":""
              }
              ,
            • "units_responded":
              {
              • "type":"integer",
              • "title":"# Units Responded",
              • "description":""
              }
              ,
            • "call_type":
              {
              • "type":"string",
              • "title":"Call Type",
              • "description":""
              }
              ,
            • "category_type":
              {
              • "type":"string",
              • "title":"Category Type",
              • "description":""
              }
              ,
            • "week":
              {
              • "type":"integer",
              • "title":"Week",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "week_number":
              {
              • "type":"string",
              • "title":"Week Number",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets